home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 142
/
Volume 142 Oct 17 2011 - Damaged.iso
/
Games
/
Etude_House.swf
/
scripts
/
DefineSprite_203
/
frame_1
/
DoAction.as
Wrap
Text File
|
2011-10-17
|
434b
|
26 lines
stop();
this.onPress = function()
{
};
this.onRelease = function()
{
gotoAndStop(1);
if(_root.sel == "8-2")
{
_root.sel = "8-0";
_root.cur_mc.gotoAndStop(1);
_root.dr_mc.gotoAndStop(1);
}
else
{
_root.sel = "8-2";
_root.cur_mc.gotoAndStop(1);
_root.dr_mc.gotoAndStop(3);
}
Mouse.show();
};
this.onReleaseOutside = function()
{
gotoAndStop(1);
};